home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / dreamterm06.lha / DreamTerm / Techno.txt < prev   
Text File  |  1992-10-12  |  3KB  |  115 lines

  1.                               LogFile structure
  2.                              -------------------
  3. One Entry:
  4.  
  5. 0000    CHAR2    AsciiStartID '>>'
  6. 0002    WORD    Size
  7. 0004    BYTE    Version number of entry (1)
  8. 0005    BYTE    Flags / Unused (0)
  9. 0006    WORD    Startime: Days since 1/1/78
  10. 0008    WORD    Startime: Minutes since midnight
  11. 0010    WORD    Elapsed: Hours
  12. 0012    BYTE    Elapsed: Minutes
  13. 0013    BYTE    Elapsed: Seconds
  14. 0014    LONG    TXD bytes
  15. 0018    LONG    RXD bytes
  16. 0022    WORD    OverRuns
  17. 0024    AllocSize / BBS-Name
  18. 0xxx    AllocSize / PhoneNumber
  19. 0xxx    CHAR2    AsciiEndID '<<'
  20.  
  21. BYTE    = Unsigned 8-bit
  22. WORD    = Unsigned 16-bit
  23. LONG    = Unsigned 32-bit
  24. CHAR2    = Two chars
  25.  
  26. AllocSize = 0000 WORD    How many bytes string occupies (MUST BE EVEN!)
  27.         0002 STRING    Some string, null end
  28.          BYTE    Only if string+0 has odd lenght.
  29.  
  30. Note: Size is entrysize-4 -> StartID & EndID are not calculated to it!
  31.  
  32.  
  33.                               DT.color Structure
  34.                              --------------------
  35.  
  36. 0000    LONG    UnUsed
  37. 0004    WORD    CRC (Unused)
  38. 0006    CHAR4    ID = DV02
  39. 0010    WORD    Color 00 / 2 color screen
  40. 0012    WORD    Color 01
  41. 0014    WORD    Color 00 / 4 color screen
  42. 0016    WORD    Color 01
  43. 0018    WORD    Color 02
  44. 0020    WORD    Color 03
  45. 0022    WORD    Color 00 / 8 color screen
  46. 0024    WORD    Color 01
  47. 0026    WORD    Color 02
  48. 0028    WORD    Color 03
  49. 0030    WORD    Color 04
  50. 0032    WORD    Color 05
  51. 0034    WORD    Color 06
  52. 0036    WORD    Color 07
  53. 0038    WORD    Color 00 / 16 color screen
  54. 0040    WORD    Color 01
  55. 0042    WORD    Color 02
  56. 0044    WORD    Color 03
  57. 0046    WORD    Color 04
  58. 0048    WORD    Color 05
  59. 0050    WORD    Color 06
  60. 0052    WORD    Color 07
  61. 0054    WORD    Color 08
  62. 0056    WORD    Color 09
  63. 0058    WORD    Color 10
  64. 0060    WORD    Color 11
  65. 0062    WORD    Color 12
  66. 0064    WORD    Color 13
  67. 0066    WORD    Color 14
  68. 0068    WORD    Color 15
  69.  
  70.  
  71.                                      XPR
  72.                                     -----
  73.  
  74. YModem.library is used to generate xmodem, ymodem, ymodem-b, ymodem-g and
  75. ymodem-a.
  76.  
  77.                                     SCRIPT
  78.                                    --------
  79.  
  80. Only those commands which are absolutely needed to run ReadMail scripts are
  81. implemented. Some of them are so called pseudo-commands which do nothing but
  82. exist because ReadMail uses them.
  83.  
  84. Implemented commands:
  85.  
  86. ASCSEND
  87. AUTODOWN ON/OFF
  88. AUTOUP ON/OFF
  89. AUTOXFER ON/OFF    (Pseudo)
  90. BEEP        (Pseudo)
  91. CAPTURE        (Pseudo)
  92. CD
  93. CONVERSE
  94. DELAY
  95. DLWHEN
  96. DWHENS
  97. END
  98. GOSUB        (Limited to 20)
  99. GOTO
  100. HANGUP
  101. MESSAGE
  102. MSGSEND        (ASCSEND)
  103. REQUEST ON/OFF    (Pseudo)
  104. RESUME ON/OFF
  105. RETURN
  106. SEND
  107. SET        (Pseudo / Charset must be set in phone-entry)
  108. TIMEOUT
  109. WAIT
  110. WHEN        (Limited to 20)
  111.  
  112. Read NComm's script doc if you want to know how to use these commands.
  113.  
  114. WARNING! Script-language (and everything else:-) is NOT tested very closely.
  115.